Method: NewRelic::Agent::Configuration::Manager#[]

Defined in:
lib/new_relic/agent/configuration/manager.rb

#[](key) ⇒ Object

Defining these explicitly saves object allocations that we incur if we use Forwardable and def_delegators.

[View source]

22
23
24
# File 'lib/new_relic/agent/configuration/manager.rb', line 22

def [](key)
  @cache[key]
end